feat(cli,core,utils): replace basic logs with new logger#1138
Merged
matejchalk merged 1 commit intomainfrom Nov 10, 2025
Merged
feat(cli,core,utils): replace basic logs with new logger#1138matejchalk merged 1 commit intomainfrom
matejchalk merged 1 commit intomainfrom
Conversation
|
View your CI Pipeline Execution ↗ for commit bd99373
☁️ Nx Cloud last updated this comment at |
@code-pushup/ci
@code-pushup/cli
@code-pushup/core
@code-pushup/create-cli
@code-pushup/models
@code-pushup/nx-plugin
@code-pushup/coverage-plugin
@code-pushup/eslint-plugin
@code-pushup/js-packages-plugin
@code-pushup/jsdocs-plugin
@code-pushup/lighthouse-plugin
@code-pushup/typescript-plugin
@code-pushup/utils
@code-pushup/models-transformers
commit: |
4cae9a6 to
472efcd
Compare
472efcd to
bd99373
Compare
Contributor
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 7d5d770 with previous commit 9876d94. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 1 group improved, 👎 2 groups regressed, 👍 5 audits improved, 👎 4 audits regressed, 12 audits changed without impacting score🗃️ Groups
18 other groups are unchanged. 🛡️ Audits
589 other audits are unchanged. |
hanna-skryl
approved these changes
Nov 7, 2025
Collaborator
hanna-skryl
left a comment
There was a problem hiding this comment.
Looks much cleaner 👍
vmasek
approved these changes
Nov 7, 2025
BioPhoton
approved these changes
Nov 9, 2025
Collaborator
BioPhoton
left a comment
There was a problem hiding this comment.
Nice cleanup! I added a question for the remaining usage of @poppinss/cliui.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #888
Replaces basic
@poppinss/cliuilogs with newloggerin the core packages -cli,core,utils.I'll tackle logs in plugins and the more complex
@poppinss/cliuilogs (tables, stickers) in other PRs.